home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-23 | 2.7 KB | 85 lines | [TEXT/ttxt] |
- ######################################################################
- #
- # File: Content
- #
- # Contains: Guide Script commands that define the content of
- # your guide file.
- #
- ######################################################################
-
- ######################################################################
- # How To Use This File
- ######################################################################
-
- # This file will contain the actual text that appears on your guide
- # file's panels. (As your guide file grows, it may be helpful to break
- # this file into several smaller files).
-
- # This file is part a set of files that you will compile to create your
- # guide file. You will also need:
- #
- # • Build File - a file that points to all of the related source
- # files that define your guide file.
- #
- # • Standard Setup - a file that contains the Guide Script commands
- # needed to setup a guide file that follows the
- # Apple Guide HI guidelines.
- #
- # To use this file:
- #
- # 1. Edit this file to define the content of your guide file.
- #
- # 2. The Build File already points to the Standard Setup and Content
- # files. If you break your content into several smaller files,
- # you must add <Include> commands to also point to them.
- #
- # 3. Use the Guide Maker Build utility to compile the Build file.
-
-
-
- ######################################################################
- # Access Window Content - Example Topic Area Definitions
- ######################################################################
-
- <Topic Area> "Example Topic Area"
- <Header> "How do I..."
- <Topic> "define a sequence?", "How do I define a sequence?"
-
-
-
- ######################################################################
- # Access Window Content - Example Index Term Definitions
- ######################################################################
-
- <Index> "Sequence"
- <Header> "How do I..."
- <Topic> "define a sequence?", "How do I define a sequence?"
-
-
-
- ######################################################################
- # Panel Content - Example Sequence & Panel Definitions
- ######################################################################
-
- <Define Sequence> "How do I define a sequence?"
-
-
- <Define Panel> "Example Panel 1"
- This is an example of placing text on a panel.
-
- Because we haven't specified any overrides, this panel uses default settings for placing the text and displaying a prompt set.
- <End Panel>
-
-
- <Define Panel> "Example Panel 2"
- <Format> "Tag"
- Do This
- <Format> "Body"
- This panel illustrates how to use the "Tag" and "Body" text formats. Notice how the prompt is aligned to the Body text.
- <End Panel>
-
-
- <End Sequence>
-
-
-